<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鏁翠綋鏍峰紡 */
html,
body {
  width: 100%;
  height: auto;
  font-size: 16px;
  color: #000000;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  -webkit-tap-highlight-color: transparent; /*鎶婇珮浜鑹茶缃负閫忔槑锛屼篃鍙互浣跨敤rgba鐨勫舰寮�*/
}


.index-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    display: inline-block;
    border-radius: 4px;
    background:#fff;
}
.index-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #21b2c8;
}

@media (max-width: 1000px) {
  html,
  body {
    font-size: 13px;
  }
}

/* 鏍峰紡閲嶇疆 */
* {
  margin: 0;
  padding: 0;
}
ul,
ol,
span,
p,
a {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}
a,
a:focus,
a:hover {
  color: #000000;
  text-decoration: none;
}
i,
s,
em {
  font-style: normal;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  vertical-align: middle;
}
input,
textarea,
select {
  border: 0;
  outline: 0;
  background-color: transparent;
  resize: none;
}
.row {
  margin-right: 0;
  margin-left: 0;
}

/* 灞忓箷鍒掑垎灏哄 */
@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1000px) {
  .row {
    margin: 0;
    overflow: visible;
  }
}

/* 鍐呭--1520px */
.inside {
  max-width: 1520px;
  width: 95%;
  height: auto;
  margin: 0 auto;
  clear: both;
}

.inside-box {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.inside-rg {
  max-width: 1720px;
  width: 95%;
  height: auto;
  float: right;
  clear: both;
}

.inside-rg-sm {
  max-width: 1620px;
  width: 95%;
  height: auto;
  float: right;
  clear: both;
}

.dis-top {
  margin-top: 120px;
}

.dis-top-lg {
  margin-top: 170px;
}

.dis-bom {
  margin-bottom: 140px;
}

.dis-cons-top {
  margin-top: 60px;
}

.dis-cons-top-lg {
  margin-top: 80px;
}

.dis-cons-top-sm {
  margin-top: 30px;
}

.empty {
  width: 100%;
  height: 0;
  margin-top: 100px;
}

.lex {
  display: flex;
  flex-wrap: wrap;
}

.bg-blove {
  background-color: #f4f5f9;
}

@media (max-width: 1400px) {
  .dis-top {
    margin-top: 90px;
  }
  .dis-top-lg {
    margin-top: 120px;
  }
  .dis-cons-top-lg {
    margin-top: 60px;
  }
  .dis-bom {
    margin-bottom: 120px;
  }
  .empty {
    margin-top: 75px;
  }
}

@media (max-width: 1000px) {
  .dis-top {
    margin-top: 30px;
  }
  .dis-top-lg {
    margin-top: 90px;
  }
  .dis-cons-top-lg {
    margin-top: 30px;
  }
  .dis-bom {
    margin-bottom: 90px;
  }
  .dis-cons-top {
    margin-top: 30px;
  }
  .empty {
    margin-top: 47px;
  }
  .inside-rg,
  .inside-rg-sm {
    float: none;
    margin: 0 auto;
  }
}

.pic {
  width: 100%;
}

.img img,
.pic img,
.icon img {
  width: 100%;
  height: 100%;
}

/* 1.椤靛ご */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
  box-sizing: border-box;
  /* overflow: hidden; */
  /* background-color: #21b2c8; */
  /* border-bottom: 2px solid rgba(201, 207, 220, 1); */
}

.header-shadow {
 background-color: #0000005c;
  /* 闃村奖 */
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
}

.header-shadow-green {
  background-color: #21b2c8;
  /* 闃村奖 */
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
}

header .logo {
  float: left;
  display: block;
  width: auto;
  height: 31px;
  line-height: 100px;
}

header .logo img {
  width: auto;
  height: 100%;
}

header .gation {
  float: right;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 98px;
  text-align: right;
}

header .gation li {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

header .gation li:not(:last-child) {
  margin-right: 50px;
}

header .gation li a {
  display: inline-block;
  color: #ffffff;
  height: 98px;
  text-align: center;
  /* 杩囨浮 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation li::before {
  content: "";
  width: 50%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  /* border-radius: 3px; */
  /* 杩囨浮 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation li:first-child:before {
  width: 100%;
}

header .gation li.active::before,
header .gation li:hover::before {
  opacity: 1;
  /* 杩囨浮 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation li.active a,
header .gation li:hover a {
  /* color: #a5cf7e; */
  transform: scale(1.1);
}

header .gatopen {
  display: none;
  float: right;
  width: 27px;
  height: 27px;
  cursor: pointer;
  line-height: 47px;
  cursor: pointer;
}

header .gatopen img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  header {
    height: 75px;
  }
  header .logo {
    line-height: 75px;
  }
  header .gation {
    line-height: 73px;
    font-size: 16px;
  }
  header .gation li a {
    height: 73px;
  }
  header .gation li::before {
    bottom: 10px;
  }
  header .gation li:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 1000px) {
  header {
    height: 50px;
    background-color: #000;
    /* 闃村奖 */
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  }

  header .top {
    float: none;
   /* width: 100%;*/
    height: 50px;
    box-sizing: border-box;
  }
  header .gatopen {
    display: block;
  }
  header .logo {
    height: 27px;
    line-height: 47px;
  }
  header .gation {
    display: none;
    float: right;
    width: 120px;
    background-color:#000;
 position:relative;
    right:-15px;
       box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
    height: auto;
    box-sizing: border-box;
    padding: 15px;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 1);
    line-height: 43px;
    text-align: center;

  }
  header .gation li {
    display: block;
  }
  header .gation li:before {
    display: none;
  }
  header .gation li:not(:last-child) {
    margin-right: 0;
  }
  header .gation li a {
    width: 100%;
    height: 43px;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    color:#fff;
   
  }
  header .gation li.active a,
  header .gation li:hover a {
    color: #a5cf7e;
    /* transform: scale(1.1); */
  }
}

/* 2.杞挱鍥� */
.index-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.index-swiper img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1000px) {
  .index-swiper {
    margin-top: 47px;
  }
}

/* @media (max-width: 580px) {
  .index-swiper {
    height: 260px;
  }
} */

/* 3.椤堕儴鍥� */
.banner {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.banner .img {
  width: 100%;
  height: auto;
}

.banner .sub {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  /* background-color: rgba(0, 0, 0, 0.1); */
  color: #ffffff;
  /* font-size: 48px; */
  /* padding-top: 90px; */
}

.banner .sub .inside {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.banner .sub em {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.banner .sub span {
  display: block;
  font-size: 60px;
  line-height: 60px;
  margin-top: 10px;
}

.banner .sub p {
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
}

@media (max-width: 1700px) {
  .banner .sub em {
    font-size: 16px;
  }
  .banner .sub span {
    font-size: 50px;
    line-height: 50px;
    margin-top: 10px;
  }
  .banner .sub p {
    font-size: 17px;
    line-height: 34px;
    margin-top: 15px;
  }
}

@media (max-width: 1400px) {
  .banner .sub em {
    font-size: 16px;
  }
  .banner .sub span {
    font-size: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
  .banner .sub p {
    font-size: 17px;
    line-height: 34px;
    margin-top: 15px;
  }
}

@media (max-width: 1000px) {
  .banner {
    margin-top: 47px;
  }
  .banner .sub em {
    font-size: 14px;
  }
  .banner .sub span {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px;
  }
  .banner .sub p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px;
  }
}

@media (max-width: 680px) {
  .banner .sub em {
    font-size: 12px;
  }
  .banner .sub span {
    font-size: 24px;
    line-height: 24px;
    margin-top: 5px;
  }
  .banner .sub p {
    font-size: 13px;
    line-height: 26px;
    margin-top: 5px;
  }
}

@media (max-width: 580px) {
  .banner .img {
    height: 190px;
  }
}

/* 4.椤佃剼 */
footer {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 24px 0;
  background-color: #0d0d0d;
}

footer a {
  font-size: 14px;
  line-height: 28px;
  color: #959595;
}

footer a:hover,
footer a:focus {
  color: #959595;
}

@media (max-width: 1400px) {
  footer {
    padding: 15px 0;
  }
}

@media (max-width: 1000px) {
  footer {
    padding: 10px 0;
  }
  footer a {
    font-size: 12px;
  }
}

/* 5.鏁板瓧鏍囬 */
.title-num,
.title {
  overflow: hidden;
}

.title-num h3 {
  font-size: 46px;
  line-height: 46px;
}

.title-num h3 em {
  display: inline-block;
  width: 120px;
  margin-right: 40px;
  /* background-color: teal; */
  color: #323232;
}

.title-num-rg h3 em {
  float: right;
}

.title-num h3 em i {
  margin-right: 30px;
  display: inline-block;
  width: 30px;
  height: 4px;
  vertical-align: middle;
  background-color: #323232;
}

.title-num p {
  font-size: 40px;
  line-height: 40px;
  margin-top: 15px;
  margin-left: 175px;
}

.title-num-row p,
.title-num-row h3 {
  display: inline-block;
}

.title-num-row p {
  margin-left: 27px;
  margin-top: 10px;
}

.title-num-wrap h3 em,
.title-num-wrap h3 span {
  display: block;
}

.title-num-wrap h3 span {
  margin-top: 20px;
}

.title-num-wrap p {
  margin-left: 0;
}

.title-num-cn {
  text-align: center;
}

.title-num-rg p,
.title-num-cn p {
  margin-left: 0;
}

.title-num s {
  display: block;
  margin-top: 50px;
  margin-left: 175px;
  color: #626262;
  line-height: 30px;
}

.title-num-more s {
  max-width: 750px;
  width: 50%;
}

.cons-side-lf {
  margin-left: 175px;
}

.title {
  text-align: center;
}

.title h3 {
  font-size: 40px;
  position: relative;
  padding-bottom: 20px;
}

.title h3::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #21b2c8;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title em {
  display: block;
  margin-top: 20px;
  color: #8d8d8d;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .title-num h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .title-num h3 em {
    width: 110px;
    margin-right: 30px;
  }
  .title-num p {
    font-size: 30px;
    line-height: 30px;
    margin-top: 15px;
    margin-left: 155px;
  }
  .title-num-row p {
    margin-left: 27px;
    margin-top: 7px;
  }
  .title-num-rg p,
  .title-num-cn p {
    margin-left: 0;
  }
  .title-num-wrap h3 span {
    margin-top: 15px;
  }
  .title-num-wrap p {
    margin-left: 0;
  }
  .title-num s {
    margin-top: 30px;
    margin-left: 155px;
  }
  .cons-side-lf {
    margin-left: 155px;
  }
  .title h3 {
    font-size: 36px;
    padding-bottom: 15px;
  }
  .title em {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .title-num h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .title-num h3 em i {
    margin-right: 15px;
    width: 20px;
    height: 2px;
  }
  .title-num h3 em {
    width: 65px;
    margin-right: 10px;
  }
  .title-num p {
    font-size: 21px;
    line-height: 21px;
    margin-top: 10px;
    margin-left: 85px;
  }
  .title-num-row p {
    margin-left: 15px;
    margin-top: 5px;
  }
  .title-num-rg p,
  .title-num-cn p {
    margin-left: 0;
  }
  .title-num-wrap h3 span {
    margin-top: 10px;
  }
  .title-num-wrap p {
    margin-left: 0;
  }
  .title-num s {
    margin-top: 15px;
    margin-left: 85px;
    line-height: 26px;
  }
  .title-num-more s {
    max-width: 100%;
    width: 100%;
  }
  .cons-side-lf {
    margin-left: 85px;
  }
  .title h3 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .title em {
    margin-top: 10px;
  }
}
</pre></body></html>